go/types.TypeParamList.tparams (field)

4 uses

	go/types (current package)
		typelists.go#L11: type TypeParamList struct{ tparams []*TypeParam }
		typelists.go#L18: func (l *TypeParamList) At(i int) *TypeParam { return l.tparams[i] }
		typelists.go#L27: 	return l.tparams
		typelists.go#L71: 	return &TypeParamList{tparams: list}